public function formatRow($row)
 {
     return self::formatRestriction(UserRestriction::newFromRow($row));
 }