public function __toString()
 {
     try {
         return (string) $this->render();
     } catch (Exception $e) {
         return sfSympalToolkit::renderException($e);
     }
 }