protected function _getStatus()
 {
     if ($this->userInfo->getLink()) {
         $link = '<a href="' . $this->userInfo->getLink() . '" target="_blank">' . $this->escapeHtml($this->userInfo->getName()) . '</a>';
     } else {
         $link = $this->userInfo->getName();
     }
     return $link;
 }