Generate an object-oriented design for a system that allows a user to enter their name into a text box. When they press the Go button a message will be displayed in a label that says "Hello" and their name.
Generate the pseudocode for this application.