public function getDebug()
 {
     $content = print_r($this->data, true);
     $content = WebHelper::convert($content);
     $content = \Html::tag("code", $content);
     return \Html::tag("pre", $content);
 }