protected function _getPicture()
 {
     if ($this->userInfo->getPicture()) {
         return Mage::helper('inchoo_socialconnect/google')->getProperDimensionsPictureUrl($this->userInfo->getId(), $this->userInfo->getPicture());
     }
     return null;
 }