public function __toString()
 {
     return parent::__toString() . '{' . $this->value . '}';
 }