public function foreignIDWriteFilter($id = null)
 {
     // Use the ManyManyList::foreignIDFilter rather than the one
     // in this class, otherwise we end up selecting all inherited groups
     return parent::foreignIDFilter($id);
 }