for profile in profile_list:
        profile = [Model.__name__] + list(profile)
        profile.append(profile[2][1:])
        write_to_csv(profile)