Simple Visual Basic Program for class

Write a Class that will (as an object) take in at least two types of information, such as name and phone number. In the Class, process the data and output the information as a Form. As part of your code, instantiate the Class at least twice in other words, create two different objects from your Class. You can be creative.