Concept Flow - __toString for string representation
Create Object
Use Object in String Context
Call __toString() Method
Return String Representation
Print or Use String
When an object is used where a string is expected, PHP calls the __toString() method to get a string representation.