@Override
 public void removeElement(VocabWord element) {
   removeElement(element.getLabel());
 }