Convert an object to its string representation.
Usage
to_string(obj)
obj: object
The object to convert.
str
The string representation of the object.
>>> to_string(42) '42'