protected function renderLabel()
 {
     $content = parent::renderLabel();
     $content .= $this->renderTooltipContentForEnableDesktopNotifications();
     return $content;
 }