Add a progress bar for the Verification progress attribute in -getinfo when verification progress < 99%.

Motivation:
- Improve user-friendliness of -getinfo
- Can be useful with watch -n 1 bitcoin-cli -getinfo(suggested by theStack below)
- The progress bar is only display when are still syncing to tip(verification progress < 99%)
Reviewing
If your verification progress is > 99% you can restart the verification progress with
0$ ./src/bitcoind -reindex
1$./src/bitcoin-cli -getinfo







