@Test
 public void test_toString() {
   assertThat(ref.toString(), equalTo(String.class.toString()));
 }