const hairColorsArrayString = this.data.hairColors.map((color) => JSON.stringify(color)).join(", ");