final function __toString()
 {
     $html = $this->open();
     $html .= parent::__toString();
     $html .= $this->close();
     return $html;
 }