Magic method to convert the URI, when casted, back to a string
string The URI as a string
public function __toString() { return $this ->toString(); }