public function notify(MaestroNotification &$obj)
 {
     if (is_array($obj->getUserIDs())) {
         foreach ($obj->getUserIDs() as $userID) {
             //send a twitter update however that is done :-)
             //echo "twitter update to userID:" . $userID;
         }
     }
 }