private get familyString(): string {
    return this?.family?.value ? `f. ${this.family.value}` : ''
  }