private get sonOfString(): string {
    return this?.sonOf?.value ? `s. ${this.sonOf.value}` : ''
  }