You could use something like this:
button.Connect("pressed", this, nameof(OnButtonPressed), new Godot.Collections.Array() { button.scene_to_load });
Are you using Godot's editor? If yes I'd recommend you to switch to Visual Studio or VS Code, the intellisense will give you the required info you need.