Returns the string representation of this builder.
Example:
var sb = new StringBuilder.withString ("hello"); assert (sb.toString () == "hello");
the built string.