Currently all data which is not generated randomly is stored inside data.h.
This is incredibly inefficient as if someone just want to generate random Phone numbers they still need to load people names and such into memory.
Solution:
Extract the data to a txt file (for now) and when calling a function that requires the data stored load it into memory
- There should be a txt file for each data type.