if (!heightBox.getText().equals("mixed")) {
            final String heightText = heightBox.getText().replace("cm", "");
            final double customHeight = asDouble(heightText);
            heightBox.setText(customHeight + " cm");