Introduction
The to_s method changes an object into a string. This helps when you want to show or use the object as text.
When you want to print an object in a readable way.
When you need to combine an object with other text.
When saving or sending data as text.
When debugging to see what an object contains.
When converting numbers or other types to strings for display.