Returns text representing the title of this User.
String get title => contacts.firstOrNull?.name.val ?? name?.val ?? num.toString();