You are writing code for a ProductEx class. The ProductEx class contains the name and price of a product. You need to override the base class (System.Object) method ToString to provide information about the objects of the ProductEx class to the calling code. What code do you need to write in order to meet this requirement?