It's printing the default toString() method for Lid.
You need to access the value of naam using the getNamm method.

See code below.

Change in BibAdmin.java

Code:
System.out.println(a.getLid().getNaam());