Returns a string representation of the name by imploding the namespace parts with the namespace separator.
@psalm-return non-empty-string
string String representation
public function __toString() : string { return $this->name; }