Magic method to return the name of the format when casted to string
string The name of the format
public function __toString() { return $this->name; }