Create an overload of the `to_string` member function that handles indentation (spaces) and line breaks. ``` cpp const std::string to_string(int indent) const noexcept ```