Returns a string that represents the value of this Tuple`1 instance.
The string representation of this Tuple`1 object.
The string returned by this method takes the form (Item1), where Item1 represents the value of the Tuple`1.Item1 property. If the value of Tuple`1.Item1 is null, it is represented as string.Empty.