macros Object
(
    [aSettings] => Array
        (
            [gram_protein_per_kilo_bodyweight] => 0.8
            [gram_protein_per_kilo_target_bodyweight] => 2.0462262
            [percentage_fat] => 25
            [protein] => 4
            [carbs] => 4
            [fat] => 9
        )

    [aPerson] => Array
        (
            [REE] => 940
            [TDEE] => 1457
            [AL] => 3
            [BMI] => 0
            [gender] => m
            [strategy] => 3
            [lbm] => 30.2
            [mod_factor] => 0.2
            [macros] => Array
                (
                    [protein] => Array
                        (
                            [grams] => -413
                            [calories] => -1652
                            [precentage] => -94.5
                        )

                    [fat] => Array
                        (
                            [calories] => 437
                            [grams] => 48
                            [precentage] => 25
                        )

                    [carbs] => Array
                        (
                            [calories] => 2963
                            [grams] => 740
                            [precentage] => 169.5
                        )

                )

            [max_calorie_intake] => 1748
            [weight_loss] => 120.8
            [start_weight] => 120.8
            [weight] => 0
            [height] => 185
            [age] => 45
            [weight_goal] => 85
            [success_percentage] => 3.37
            [fat] => -30.2
            [delta] => 291
        )

)