private get grandsonOfString(): string {
    return this?.grandsonOf?.value ? `gs. ${this.grandsonOf.value}` : ''
  }