public function __toString()
 {
     return $this->first->__toString() . $this->second->__toString();
 }