public String getCrossmatchType() {
   CrossmatchType crossmatchType = compatibilityTest.getCrossmatchType();
   if (crossmatchType == null) return "";
   else return crossmatchType.getId().toString();
 }