[]
Every object in C# inherits the ToString method, which returns a string representation of that object.
public override string ToString()
The string representation of that object.