Convert the Any object to its string representation.
@override String toString() { return 'Any{${toJson()}}'; }